object frmAbout: TfrmAbout Left = 426 Top = 200 BorderStyle = bsDialog Caption = 'Over Remote Sensing � versie 1.00' ClientHeight = 240 ClientWidth = 320 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 320 Height = 240 Align = alClient Picture.Data = {} Stretch = True end object bOK: TButton Left = 125 Top = 200 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 0 end end